runtime.mLockProfile.pending (field)

5 uses

	runtime (current package)
		mprof.go#L718: 	pending    uintptr      // *mutex that experienced contention (to be traceback-ed)
		mprof.go#L737: 	if uintptr(unsafe.Pointer(l)) == prof.pending {
		mprof.go#L761: 	prof.pending = uintptr(unsafe.Pointer(l))
		mprof.go#L769: 	if uintptr(unsafe.Pointer(l)) == prof.pending {
		mprof.go#L797: 	prof.pending = 0